@font-face {
  font-family: "gothambook";
  src: url("./fonts/gothambook-webfont.eot");
  src: url("./fonts/gothambook-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/gothambook-webfont.woff2") format("woff2"), url("./fonts/gothambook-webfont.woff") format("woff"), url("./fonts/gothambook-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.row {
  width: 100%;
  float: left;
}

.container {
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .container {
    width: 95%;
  }
}
.popup {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  justify-content: center;
  align-items: center;
}
.popup.show {
  display: flex;
}
.popup .popup_box {
  width: 450px;
  height: 200px;
  text-align: center;
  background: #001e30;
  box-shadow: 0px 8px 16px #00000029;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border: 1px solid #414141;
}
.popup .popup_box h3 {
  color: #fff;
  font-size: 20px;
  padding: 15px 0px 5px;
  margin-top: 25px;
}
.popup .popup_box p {
  color: #fff;
  font-size: 16px;
  opacity: 0.8;
}
.popup .popup_box ul {
  margin-top: 15px;
}
.popup .popup_box ul li {
  display: inline-block;
  margin-left: 5px;
}
.popup .popup_box ul li button {
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  box-shadow: 0px 3px 6px #00000029;
}
.popup .popup_box ul li button.no_btn {
  background: #fff;
  color: #1d273a;
}
.popup .popup_box ul li button.yes_btn {
  background: #d9534f;
  color: #fff;
}
.popup .popup_box ul li button.yes_btn#yes_btn_submit {
  background: #add1b3;
}

.popup_box .loader_img {
  background: url("../assets/images/loader.gif") #001e30 no-repeat center center;
  width: 400px;
  height: 160px;
  background-size: 50%;
  vertical-align: middle;
  display: table-cell;
  padding-top: 60px;
  color: #00bcff;
  font-size: 15px;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1em;
}

h4 {
  font-size: 0.9em;
}

h5 {
  font-size: 0.7em;
}

h6 {
  font-size: 0.5em;
}

p {
  font-size: 1em;
  line-height: 1.5em;
}

.main_header {
  background: #253147;
  box-shadow: 0 1px 0 #0000000F;
  height: 45px;
}
.main_header .logo {
  padding: 9px 0;
  float: left;
}
.main_header .navicon {
  display: none;
}
.main_header .nav_menu {
  float: left;
  width: 70%;
}
.main_header .nav_menu ul {
  display: block;
  text-align: center;
}
.main_header .nav_menu ul li {
  display: inline-block;
}
.main_header .nav_menu ul li a {
  color: #BABBBE;
  display: block;
  padding: 14px 35px 10px 35px;
  font-size: 1em;
  line-height: 19px;
}
.main_header .nav_menu ul li a:hover {
  color: #BABBBE;
  border-bottom: 4px solid #04BFEA;
}
.main_header .nav_menu ul li.active a {
  color: #BABBBE;
  border-bottom: 4px solid #04BFEA;
}
.main_header .profile_name {
  float: right;
  padding: 7px 0 2px;
  position: relative;
  cursor: pointer;
}
.main_header .profile_name em {
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
}
.main_header .profile_name em img {
  width: 100%;
}
.main_header .profile_name span {
  color: #fff;
  padding: 0 5px;
  position: relative;
  top: -5px;
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
  display: inline-block;
}
.main_header .profile_name i {
  position: relative;
  top: -10px;
}
.main_header .profile_name ul {
  background: #253147;
  position: absolute;
  padding: 20px 18px 10px;
  top: 42px;
  width: 170px;
  box-shadow: 0 10px 20px #00000029;
  display: none;
  z-index: 10;
}
.main_header .profile_name ul li a {
  padding-bottom: 10px;
  display: block;
  color: #BABBBE;
  font-size: 0.9em;
}
.main_header .profile_name ul li a:hover {
  color: #BABBBE;
}
.main_header .profile_name:hover ul {
  display: block;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .main_header .profile_name ul {
    width: 152px;
    right: -5px;
  }
}
@media screen and (max-width: 670px) {
  .main_header .nav_menu {
    background: #1C2639;
    z-index: 20;
    position: absolute;
    left: 0;
    top: 46px;
    width: 100%;
  }
  .main_header .nav_menu ul {
    display: none;
  }
  .main_header .nav_menu ul.show {
    display: block;
  }
  .main_header .nav_menu ul li {
    display: block;
    text-align: left;
  }
  .main_header .nav_menu ul li.active a {
    border-bottom: 2px solid #04BFEA;
  }
  .main_header .navicon {
    position: absolute;
    top: 13px;
    cursor: pointer;
    display: inline-block;
  }
  .main_header .logo {
    margin-left: 40px;
  }
}
.breadcrum {
  background: #141D2D;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.breadcrum ul {
  height: 44px;
}
.breadcrum ul::after {
  content: "";
  position: absolute;
  right: -48px;
  border-top: 45px solid transparent;
  border-right: 48px solid transparent;
  border-bottom: 44px solid #141D2D;
  bottom: 0;
}
.breadcrum ul li {
  display: inline-block;
  color: #C7C7C7;
  padding: 10px 2px;
}
.breadcrum ul li a {
  color: #FFF;
}
.breadcrum ul li .bcrumb {
  display: inline-block;
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: 3px;
}

.breadcrum_bg {
  width: 100px;
  height: 44px;
  background: #141D2D;
  left: 0;
  position: absolute;
  bottom: 0;
}

.allow_cookies_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}
.allow_cookies_popup.hide {
  display: none;
}

.allow_cookies {
  background: #001F30 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  opacity: 1;
  width: 650px;
  height: 240px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 15;
  padding: 30px;
}
.allow_cookies h4 {
  letter-spacing: 0px;
  font-size: 25px;
  line-height: 40px;
  color: #fff;
}
.allow_cookies h4 em {
  float: right;
  cursor: pointer;
  position: relative;
  top: -18px;
  left: 10px;
}
.allow_cookies p {
  text-align: justify;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 0.7;
  margin-top: 10px;
}
.allow_cookies p a {
  color: #FFFFFF;
  opacity: 0.7;
  text-decoration: underline;
}
.allow_cookies .accpet_btn {
  width: 100%;
  float: left;
}
.allow_cookies .accpet_btn ul {
  display: flex;
  padding-top: 35px;
}
.allow_cookies .accpet_btn ul li {
  width: 50%;
  text-align: left;
}
.allow_cookies .accpet_btn ul li button {
  background: #8DC095;
  padding: 12px 25px;
  width: 135px;
  border: none;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}

.tnc {
  padding-top: 30px;
  color: #fff;
}
.tnc h1 {
  margin-bottom: 15px;
}
.tnc p {
  margin-bottom: 10px;
}
.tnc p a {
  color: #fff;
  text-decoration: underline;
}

.login_page {
  width: 100%;
  height: 100vh;
  background: transparent linear-gradient(119deg, #4C596E 0%, #1C2639 51%, #4C596E 100%) 0% 0% no-repeat;
}
.login_page .login_form {
  background: transparent linear-gradient(180deg, #253147 0%, #2C2343 100%) 0% 0% no-repeat;
  box-shadow: 0px 10px 20px #00000029;
  border-radius: 20px;
  width: 390px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 495px;
  padding: 15px 30px;
}
.login_page .login_form .login_filed.hide {
  display: none;
}
.login_page .login_form .logo {
  text-align: center;
  /*padding: 3px 0px 10px;*/
  color: #fff;
  letter-spacing: 5px;
  font-size: 20px;
  text-shadow: 1px 1px 5px #add1b3;
  margin: 10px;
  padding: 10px;
  font-weight: bold;
}
.login_page .login_form .form_group {
  position: relative;
  margin-bottom: 20px;
}
.login_page .login_form .form_group label {
  display: block;
  color: #BABBBE;
  padding-bottom: 10px;
}
.login_page .login_form .form_group label a {
  color: #fff;
  opacity: 0.7;
  float: right;
  padding: 0px 0px;
  font-size: 0.8em;
}
.login_page .login_form .form_group label a:hover {
  opacity: 1;
}
.login_page .login_form .form_group input {
  width: 100%;
  background: #2F3B4F;
  border: none;
  height: 40px;
  color: #fff;
  padding: 0px 50px 0px 10px;
  border: 1px solid #d9534f;
}
.login_page .login_form .form_group em {
  width: 30px;
  height: 30px;
  background: url() no-repeat 3px 3px;
  display: inline-block;
  position: absolute;
  right: 9px;
  top: 30px;
}
.login_page .login_form .form_group.valid em {
  background: url("../assets/images/icon-awesome-check-circle.svg") no-repeat 3px 4px;
}
.login_page .login_form .form_group.valid em.otp_chk {
  top: 45px;
}
.login_page .login_form .form_group.password em {
  background: url("../assets/images/Icon-ionic-md-eye-off.svg") no-repeat 0px 5px;
  cursor: pointer;
}
.login_page .login_form .form_group.password.valid em {
  background: url("../assets/images/icon-awesome-eye.svg") no-repeat 0px 5px;
  cursor: pointer;
}
.login_page .login_form .form_group.active input {
  border: none;
}
.login_page .login_form .form_group.active .error_msg {
  display: none;
}
.login_page .login_form .form_group .error_msg {
  color: #d9534f;
  padding: 5px 0px;
  display: block;
  font-size: 0.9em;
}
.login_page .login_form .form_group .error_msg i {
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.login_page .login_form .google_capcha {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  text-align: center;
}
.login_page .login_form .google_capcha .g-recaptcha {
  display: inline-block;
}
.login_page .login_form .submit_btn {
  display: block;
  text-align: center;
}
.login_page .login_form .submit_btn button {
  background: #8dc095 0% 0% no-repeat padding-box;
  border-radius: 5px;
  width: 236px;
  height: 45px;
  color: #fff;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}
.login_page .login_form .otp_filed.hide {
  display: none;
}
.login_page .login_form .otp_filed h4 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}
.login_page .login_form .otp_filed .form_group span {
  font-size: 14px;
  opacity: 0.7;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.login_page .login_form .otp_filed .form_group input {
  letter-spacing: 9.2px;
  font-size: 22px;
}
.login_page .login_form .otp_filed p {
  color: #FFFFFF;
  opacity: 0.7;
  font-size: 14px;
  line-height: 19px;
}
.login_page .login_form .otp_filed ul {
  padding: 50px 0px;
}
.login_page .login_form .otp_filed ul li {
  display: inline-block;
  width: 49%;
  text-align: center;
}
.login_page .login_form .otp_filed ul li button {
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  width: 125px;
  height: 40px;
  border: none;
  cursor: pointer;
  font-weight: 400;
}
.login_page .login_form .otp_filed ul li button.resend {
  color: #253147;
  background: #fff;
}
.login_page .login_form .otp_filed ul li button.submit_otp {
  color: #fff;
  background: #8dc095;
}

input:-webkit-autofill {
  background: transparent !important;
}

.loader-new {
  z-index: 1;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.loader-new img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

section, article, header, nav, footer, aside {
  display: block;
}

html, body {
  height: 100%;
  min-height: 100%;
}

a, input {
  outline: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

ul, li, p, figure, div, header, footer {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #0f7bd5;
}

a, a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

body {
  font-family: gothambook;
  background: #1C2639;
  font-size: 1rem;
}

.scroll_hide {
  overflow: hidden;
}

.hide {
  display: none;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 0.9rem;
  }
}
.pagination {
  float: left;
  padding-bottom: 5px;
  position: relative;
  top: 5px;
  margin-left: 15px;
  display: block;
  text-align: left;
  padding: 10px 0 30px;
  float: right;
}
.pagination ul {
  margin-top: 20px;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a {
  color: #fff;
  opacity: 0.8;
  padding: 5px 12px;
  display: inline-block;
  border: 1px solid #1C2639;
}
.pagination ul li.active a {
  background: #253147;
  border: 1px solid #707070;
}
.pagination ul li.disable {
  opacity: 0.6;
}
.pagination ul li:first-child em {
  position: relative;
  margin-right: 5px;
  top: -2px;
  transform: rotate(180deg);
  display: inline-block;
}
.pagination ul li:last-child em {
  position: relative;
  padding-left: 5px;
  top: 3px;
}
.pagination ul li:first-child a {
  border: none;
}
.pagination ul li:last-child a {
  border: none;
}

.main_banner {
  background: url(../assets/images/banner_img.png) no-repeat;
  min-height: 280px;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding-top: 50px;
}
.main_banner.active {
  min-height: 180px;
}
.main_banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.88);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.main_banner h1 {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 31px;
}
.main_banner p {
  letter-spacing: 0;
  color: #fff;
  font-size: 0.9em;
  line-height: 22px;
}

.card_section {
  background: #1C2639;
}
.card_section .table_desgin ul {
  display: flex;
}
.card_section h2 {
  text-align: left;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.75;
  padding: 30px 0;
  font-size: 22px;
  line-height: 31px;
}
.card_section .row {
  display: flex;
  width: 100%;
}
.card_section .card_desgin {
  background: #29344a 0 0 no-repeat padding-box;
  box-shadow: 0 10px 20px #00000029;
  border-radius: 10px;
  margin: 0 28px 28px 0;
  height: 285px;
  float: left;
  width: 31.9%;
}
.card_section .card_desgin:last-child {
  margin-right: 0;
}
.card_section .card_desgin .card_info {
  text-align: left;
  letter-spacing: 0;
  color: #828282;
  position: relative;
  background: #282A3D;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}
.card_section .card_desgin .card_info em {
  border-left: 1px solid rgba(130, 130, 130, 0.5);
  padding: 14px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.card_section .card_desgin .card_info .loder {
  width: 70%;
  height: 4px;
  bottom: 0;
  background-color: rgba(4, 183, 225, 0.4);
  left: 0;
  position: absolute;
}
.card_section .card_desgin .card_banner {
  background-color: rgba(16, 1, 71, 0.34);
  min-height: 140px;
  position: relative;
  padding: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.card_section .card_desgin .card_banner::before {
  content: "";
  position: absolute;
  right: 0;
  width: 137px;
  height: 60%;
  background: #FCBF47;
  border-radius: 0 0 0 200px;
  opacity: 0.08;
  top: 0;
}
.card_section .card_desgin .card_banner::after {
  content: "";
  position: absolute;
  right: 0;
  width: 137px;
  height: 60%;
  background: #12affb;
  border-radius: 200px 0 0 0;
  opacity: 0.04;
  bottom: 0;
}
.card_section .card_desgin .card_banner h3 {
  text-align: left;
  letter-spacing: 0;
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
  line-height: 27px;
  min-height: 60px;
}
.card_section .card_desgin .card_banner h3 a {
  color: #fff;
}
.card_section .card_desgin .card_banner h3 span {
  letter-spacing: 0;
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 27px;
  padding-right: 30px;
}
.card_section .card_desgin .card_banner .action_btn {
  display: block;
  text-align: left;
  padding-top: 20px;
}
.card_section .card_desgin .card_banner .action_btn ul li {
  display: inline-block;
  width: 49%;
}
.card_section .card_desgin .card_banner .action_btn ul li span {
  color: #fff;
  background: #11122d;
  padding: 6px 12px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
}
.card_section .card_desgin .card_banner .action_btn ul li:first-child a {
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #8dc095;
  font-size: 0.8em;
  white-space: nowrap;
}
.card_section .card_desgin .card_banner .action_btn ul li:first-child a:hover {
  background: #fff;
  color: #1d273a;
}
.card_section .card_desgin .card_banner .action_btn ul li:last-child {
  text-align: right;
  position: relative;
  z-index: 10;
}
.card_section .card_desgin .card_banner .action_btn ul li:last-child a {
  background: #5CB873;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  font-size: 0.8em;
}
.card_section .card_desgin .card_banner .action_btn ul li:last-child a:hover {
  background-color: #7aad82;
}
.card_section .card_desgin .difficulty {
  padding: 15px 15px 0;
}
.card_section .card_desgin .difficulty ul li {
  display: inline-block;
}
.card_section .card_desgin .difficulty ul li:last-child {
  text-align: right;
  float: right;
}
.card_section .card_desgin .difficulty ul li em {
  margin-right: 8px;
}
.card_section .card_desgin .difficulty ul li span {
  color: #F2F4F8;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  top: -4px;
}
.card_section .card_desgin p {
  text-align: left;
  letter-spacing: 0;
  color: #f3f3f3;
  padding: 0 15px;
  font-size: 14px;
  line-height: 19px;
  overflow-y: auto;
  height: 58px;
  margin: 18px 10px 0 0;
}
.card_section .card_desgin p label {
  color: #fff;
  cursor: pointer;
  margin-left: 5px;
}
.card_section .card_desgin p input[type=checkbox] + .showmore {
  display: none;
}
.card_section .card_desgin p input[type=checkbox]:checked + .showmore {
  display: inline;
}
.card_section .search_bar {
  float: right;
  width: 100%;
  text-align: right;
  padding: 30px 0 0;
  margin-bottom: 10px;
}
.card_section .search_bar input {
  border: 1px solid #808080;
  width: 30%;
  height: 40px;
  padding-left: 35px;
  background: url(../assets/images/search.svg) no-repeat 10px 9px #253147;
  color: #fff;
}
.card_section .filter_section h2 {
  display: inline-block;
}
.card_section .filter_section .add_class {
  float: right;
  padding-top: 30px;
}
.card_section .filter_section ul li {
  display: inline-block;
  margin-left: 8px;
}
.card_section .filter_section ul li .filter_select {
  background: #253147;
  box-shadow: 0 3px 6px #00000029;
  border: 1px solid #808080;
  border-radius: 5px;
  width: 136px;
  height: 40px;
  color: #fff;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../assets/images/arrow-down-1.svg) no-repeat 113px 18px #253147;
}
.card_section .filter_section ul li .filter_select_diff {
  background: #253147;
  box-shadow: 0 3px 6px #00000029;
  border: 1px solid #808080;
  border-radius: 5px;
  width: 136px;
  height: 40px;
  color: #fff;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../assets/images/arrow-down-1.svg) no-repeat 113px 18px #253147;
}
.card_section .filter_section ul li a.add_class_btn {
  background: #5CB873;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 5px;
  display: block;
  padding: 4px 15px;
  color: #fff;
  line-height: 28px;
}
.card_section .filter_section ul li a.add_class_btn em {
  position: relative;
  top: 3px;
  width: 18px;
  display: inline-block;
}
.card_section .filter_section ul li a.add_class_btn em img {
  width: 100%;
}
.card_section .row_style {
  background: #29344a;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  min-height: 80px;
  padding: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}
.card_section .category_name {
  letter-spacing: 0;
  color: #fff;
  width: 15%;
  padding-left: 15px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  font-size: 0.9em;
  line-height: 24px;
}
.card_section .category_name a {
  color: #fff;
}
.card_section .category_name span {
  display: block;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.6;
  font-size: 14px;
  line-height: 19px;
}
.card_section .average_process {
  padding: 10px 15px;
  width: 18%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.card_section .average_process.running_vm {
  padding: 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.card_section .average_process.running_vm h4 {
  letter-spacing: 0;
  color: #8C8C8E;
  padding-bottom: 2px;
  font-size: 15px;
  line-height: 19px;
}
.card_section .average_process.running_vm ul {
  display: inline-block;
}
.card_section .average_process.running_vm ul li {
  display: inline-block;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
}
.card_section .average_process.running_vm ul li a {
  display: flex;
  color: #fff;
  padding-top: 7px;
}
.card_section .average_process.running_vm ul li a span {
  margin-left: 3px;
  position: relative;
  top: 3px;
}
.card_section .average_process.running_vm ul li:last-child {
  position: relative;
  top: -9px;
}
.card_section .average_process .progress_bar h4 {
  letter-spacing: 0;
  color: #8C8C8E;
  padding-bottom: 8px;
  text-align: left;
  font-size: 0.8em;
  line-height: 17px;
  font-weight: 400;
}
.card_section .average_process .progress_bar h4 span {
  float: right;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
}
.card_section .average_process .progress_bar .progress {
  background: #1C2639;
  border-radius: 10px;
  opacity: 0.94;
  height: 6px;
  width: 100%;
  position: relative;
}
.card_section .average_process .progress_bar .progress span {
  position: absolute;
  height: 100%;
  background: #5CB873;
  border-radius: 10px;
  opacity: 1;
  left: 0;
}
.card_section .students {
  padding: 0 15px;
  width: 15%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.card_section .students h4 {
  letter-spacing: 0;
  color: #8C8C8E;
  padding-bottom: 5px;
  font-size: 0.9em;
  line-height: 19px;
}
.card_section .students ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.card_section .students ul li {
  display: inline-block;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  font-size: 1.4em;
  line-height: 30px;
  font-weight: 700;
}
.card_section .students ul li img {
  width: 55px;
}
.card_section .students ul li a {
  display: flex;
  color: #fff;
  padding-top: 7px;
}
.card_section .students ul li a img {
  width: 55px;
}
.card_section .students ul li a span {
  margin-left: 3px;
  position: relative;
  top: -3px;
}
.card_section .students ul li:last-child {
  position: relative;
  top: -6px;
}
.card_section .of_labs {
  padding: 0 15px;
  width: 12%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.card_section .of_labs h4 {
  letter-spacing: 0;
  color: #8C8C8E;
  padding-bottom: 5px;
  font-size: 0.9em;
  line-height: 19px;
}
.card_section .of_labs ul {
  display: inline-block;
}
.card_section .of_labs ul li {
  display: inline-block;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  font-size: 1.4em;
  line-height: 30px;
  font-weight: 700;
}
.card_section .of_labs ul li a {
  display: flex;
  color: #fff;
  padding-top: 7px;
}
.card_section .of_labs ul li a span {
  margin-left: 3px;
  position: relative;
  top: -3px;
}
.card_section .of_labs ul li:last-child {
  position: relative;
  top: -3px;
}
.card_section .status {
  padding: 0 15px;
  width: 10%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.card_section .status h4 {
  letter-spacing: 0;
  color: #8C8C8E;
  padding-bottom: 5px;
  font-size: 0.9em;
  line-height: 19px;
}
.card_section .status span {
  border-radius: 15px;
  color: #fff;
  white-space: nowrap;
  font-size: 0.8em;
  padding: 4px 16px;
  margin-bottom: 10px;
  display: inline-block;
}
.card_section .status span.in_progress {
  background: #BABBBE;
  color: #1d273a;
  display: inline-block;
}
.card_section .status span.not_started {
  background: #d9534f;
}
.card_section .status span.completed {
  background: #5CB873;
}
.card_section .average_score {
  padding: 0 15px;
  width: 15%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.card_section .average_score h4 {
  letter-spacing: 0;
  color: #8C8C8E;
  padding-bottom: 5px;
  font-size: 0.9em;
  line-height: 19px;
}
.card_section .average_score ul li {
  display: inline-block;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  font-size: 1.4em;
  line-height: 30px;
  font-weight: 700;
}
.card_section .average_score ul li span.score_na {
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  line-height: 25px;
  font-weight: 700;
  background-color: #5e5f5e;
  border-radius: 14px;
  color: #fff;
  white-space: nowrap;
  font-size: 0.6em;
  padding: 0px 24px;
  margin-bottom: 10px;
  display: inline-block;
}
.card_section .average_score ul li:last-child {
  position: relative;
  top: -3px;
}
.card_section .edit_action {
  width: 22%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.card_section .edit_action ul li {
  display: inline-block;
  margin-right: 0px;
  padding: 0px 5px;
}
.card_section .edit_action ul li em img {
  width: 23px;
}
.card_section .edit_action ul li span {
  color: #8C8C8E;
  display: block;
  font-size: 0.8em;
  padding-bottom: 6px;
  font-weight: 500;
}

.intro_process {
  width: 55%;
  height: 100%;
  float: left;
  background: #1D273A;
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  text-align: center;
}
.intro_process .loader_section {
  text-align: center;
  padding-top: 5%;
}
.intro_process .loader_section .loader {
  width: 270px;
  display: inline-block;
}
.intro_process .loader_section .loader img {
  width: 100%;
}
.intro_process .loader_section h3 {
  letter-spacing: 0;
  color: #5CB873;
  position: relative;
  top: -10px;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 37px;
}
.intro_process .pause_btn_group {
  margin-top: 15%;
}
.intro_process .pause_btn_group ul li {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
}
.intro_process .pause_btn_group ul li a {
  display: block;
}
.intro_process .pause_btn_group ul li a span {
  display: block;
  color: #DEE8FB;
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 16px;
}
.intro_process .pause_btn_group ul li a:hover span {
  opacity: 1;
}
.intro_process .pause_btn_group ul li a em {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-size: cover;
}
.intro_process .pause_btn_group ul li a em.resume {
  background: url(../assets/images/resume.svg) no-repeat;
  background-size: cover;
}
.intro_process .pause_btn_group ul li a em.terminate {
  background: url(../assets/images/terminate.svg) no-repeat;
  background-size: cover;
}
.intro_process .pause_btn_group ul li a em.reset {
  background: url(../assets/images/reset.svg) no-repeat;
  background-size: cover;
}
.intro_process .pause_btn_group ul li a em.extend_time {
  background: url(../assets/images/extend_time.svg) no-repeat;
  background-size: cover;
}
.intro_process .pause_btn_group ul li a:hover em.resume {
  background: url(../assets/images/resume_on.svg) no-repeat;
  background-size: cover;
}
.intro_process .pause_btn_group ul li a:hover em.terminate {
  background: url(../assets/images/terminate_on.svg) no-repeat;
  background-size: cover;
}
.intro_process .pause_btn_group ul li a:hover em.reset {
  background: url(../assets/images/reset_on.svg) no-repeat;
  background-size: cover;
}
.intro_process .pause_btn_group ul li a:hover em.extend_time {
  background: url(../assets/images/extend_time_on.svg) no-repeat;
  background-size: cover;
}
.intro_process .quote_design {
  border: 3px dashed #707070;
  border-radius: 10px;
  min-height: 100px;
  display: inline-block;
  padding: 15px;
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: auto;
  width: 420px;
}
.intro_process .quote_design::before {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  background: url(../assets/images/quote-icon.svg) no-repeat center center #1D273A;
  left: -24px;
  top: -37px;
}
.intro_process .quote_design::after {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  background: url(../assets/images/quote-icon.svg) no-repeat center center #1D273A;
  right: -22px;
  bottom: -27px;
  transform: rotate(180deg);
}
.intro_process .quote_design p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.tab_details_section .introduction_icons {
  border-bottom: 1px solid rgba(112, 112, 112, 0.35);
  padding: 10px 0;
}
.tab_details_section .introduction_icons .col-4 {
  width: 33%;
  float: left;
  padding-left: 33px;
}
.tab_details_section .introduction_icons .col-4 h4 {
  letter-spacing: 0;
  color: #253147;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.tab_details_section .introduction_icons .col-4 p {
  display: flex;
}
.tab_details_section .introduction_icons .col-4 p span {
  position: relative;
  top: 5px;
  left: 8px;
  font-size: 16px;
}
.tab_details_section .introduction_icons .col-4.t_ceter {
  text-align: center;
}
.tab_details_section .introduction_icons .col-4 ul li {
  display: inline-block;
}

.info_footer.note {
  border-top: 1px solid rgba(112, 112, 112, 0.35);
  background-color: transparent;
  line-height: 20px;
}

.model_popup_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20;
  display: none;
}
.model_popup_overlay.show {
  display: block;
}
.model_popup_overlay .model_popup {
  width: 80%;
  margin: auto;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  background: #1C2639 0 0;
  box-shadow: 0 3px 6px #00000029;
  border: 1px solid #fff;
}
.model_popup_overlay .model_popup .close_icon {
  float: right;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
}
.model_popup_overlay .model_popup .model_header {
  padding: 10px 20px;
  width: 100%;
  float: left;
}
.model_popup_overlay .model_popup .model_header h5 {
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}
.model_popup_overlay .model_popup .model_header .lab_search {
  float: right;
  margin-bottom: 15px;
  margin-right: 30px;
}
.model_popup_overlay .model_popup .model_header .lab_search input {
  height: 40px;
  width: 343px;
  padding: 0 10px 0 37px;
  color: #fff;
  border: none;
  background: url(../assets/images/search.svg) no-repeat 10px 10px #141a27;
}
.model_popup_overlay .model_popup .popup_footer {
  float: left;
  width: 100%;
}
.model_popup_overlay .model_popup .pagination {
  float: left;
  padding-bottom: 5px;
  position: relative;
  top: 5px;
  margin-left: 15px;
}
.model_popup_overlay .model_popup button {
  float: right;
  background: #5CB873;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 5px;
  color: #fff;
  padding: 10px 18px;
  border: none;
  margin: 10px 15px;
  cursor: pointer;
}
.model_popup_overlay.link_copy .model_popup {
  width: 60%;
  max-height: 400px;
  top: 20%;
  padding: 15px;
}
.model_popup_overlay.link_copy .model_popup p {
  color: #fff;
  line-height: 19px;
  font-size: 14px;
  margin: 5px 0;
}
.model_popup_overlay.link_copy .model_popup .url_copy {
  font-size: 15px;
  line-height: 22px;
  display: block;
  background: url(../assets/images/ellipse_img.svg) no-repeat 0px 11px #1C2639;
  padding-left: 20px;
  margin-bottom: 15px;
}
.model_popup_overlay.link_copy .model_popup .url_copy em {
  width: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 8px;
  left: 10px;
  opacity: 0.8;
}
.model_popup_overlay.link_copy .model_popup .url_copy em img {
  width: 100%;
}
.model_popup_overlay.link_copy .model_popup .url_copy a {
  color: #fff;
  opacity: 0.7;
}
.model_popup_overlay.lab_checkbox .model_popup {
  height: auto;
  top: 15%;
}
.model_popup_overlay.lab_checkbox .check_list {
  display: block;
  margin: 15px 0;
  float: left;
  width: 100%;
}
.model_popup_overlay.lab_checkbox .check_list ul li {
  display: inline-block;
  margin: 10px;
  width: 30%;
}
.model_popup_overlay.lab_checkbox .check_list ul li label {
  box-shadow: 0 10px 20px #00000029;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  padding-left: 50px;
  font-size: 16px;
  background: url(../assets/images/blank-circle.svg) #29344a no-repeat 12px 7px;
  border: 1px solid #29344a;
  display: block;
  cursor: pointer;
}
.model_popup_overlay.lab_checkbox .check_list ul li input[type=checkbox] {
  display: none;
}
.model_popup_overlay.lab_checkbox .check_list ul li input[type=checkbox]:checked + label {
  box-shadow: 0 10px 20px #78787829;
  border: 1px solid #DBDBDB;
  background: url(../assets/images/check-circle.svg) no-repeat 12px 7px;
}

.popup {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  justify-content: center;
  align-items: center;
}
.popup.show {
  display: flex;
}
.popup .popup_box {
  padding: 0px 20px;
  width: 400px;
  height: 200px;
  text-align: center;
  background: #001e30;
  box-shadow: 0 8px 16px #00000029;
  border-radius: 5px;
  overflow: hidden;
}
.popup .popup_box h3 {
  color: #fff;
  font-size: 20px;
  padding: 15px 0 5px;
  margin-top: 25px;
}
.popup .popup_box p {
  color: #fff;
  font-size: 16px;
  opacity: 0.8;
}
.popup .popup_box ul {
  margin-top: 15px;
}
.popup .popup_box ul li {
  display: inline-block;
  margin-left: 5px;
}
.popup .popup_box ul li button {
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  box-shadow: 0 3px 6px #00000029;
}
.popup .popup_box ul li button.no_btn {
  background: #fff;
}
.popup .popup_box ul li button.yes_btn {
  background: #d9534f;
  color: #fff;
}

.popup_box .loader_img {
  background: url(../assets/images/loader.gif) #001e30 no-repeat center center;
  width: 400px;
  height: 160px;
  background-size: 50%;
  vertical-align: middle;
  display: table-cell;
  padding-top: 60px;
  color: #00bcff;
  font-size: 15px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #141a27;
}

::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.lab_assets_overflow {
  display: inline-block;
  clear: both;
  height: 475px;
  overflow-y: auto;
  width: 100%;
}

.lab_assets.card_section {
  padding: 0 20px;
  display: flex;
}
.lab_assets.card_section .card_desgin {
  width: 32%;
  margin: 0 20px 20px 0;
  height: 260px;
  border: 1px solid transparent;
  position: relative;
}
.lab_assets.card_section .card_desgin::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 10;
  right: 0;
  right: 21px;
  top: 10px;
  background: url(../assets/images/check_icon_blank.svg) no-repeat;
}
.lab_assets.card_section .card_desgin:hover {
  background: #29344a;
  box-shadow: 0 10px 20px #78787829;
  border: 1px solid #5CB873;
  border-radius: 10px;
}

.lab_assets.card_section .card_desgin.active::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  z-index: 10;
  right: 0;
  right: 10px;
  top: 10px;
  background: url(../assets/images/check-circle.svg) no-repeat;
}
.lab_assets.card_section .card_desgin:last-child {
  margin-right: 0;
}
.lab_assets.card_section .card_desgin .card_banner {
  height: 125px;
  padding: 5px 15px;
}
.lab_assets.card_section .card_desgin .card_banner h3 {
  font-size: 1em;
  padding-top: 10px;
  font-size: 1.1em;
  line-height: 22px;
  font-weight: 600;
}
.lab_assets.card_section .card_desgin .card_banner .action_btn {
  padding-top: 15px;
}
.lab_assets.card_section .card_desgin .card_info {
  padding: 8px 10px 10px;
  font-size: 14px;
}
.lab_assets.card_section .card_desgin .card_info em {
  padding: 8px 10px;
}

.create_catalog_form {
  background: #1C2639;
  padding: 50px 0;
}
.create_catalog_form .catalog_form {
  width: 600px;
  margin: auto;
}
.create_catalog_form .catalog_form h4 {
  letter-spacing: 0;
  color: #fff;
  font-size: 24px;
  line-height: 37px;
}
.create_catalog_form .catalog_form p {
  letter-spacing: 0;
  color: #fff;
  opacity: 0.6;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.form_group {
  display: block;
  margin-bottom: 25px;
}
.form_group label {
  letter-spacing: 0;
  color: #fff;
  opacity: 0.9;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
.form_group .error_msg {
  color: #F83F3F;
  padding: 5px 0px;
  display: block;
  font-size: 0.9em;
}
.form_group .error_msg i {
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.form_group .form_control {
  width: 100%;
  height: 40px;
  background: #151d2b;
  border: none;
  outline: none;
  color: #ccc;
  padding: 0 10px;
}
.form_group input[type=text]:disabled {
  background: #333e54;
  border: 2px solid #1d273a;
  color: #ccc;
}
.form_group .selectbutton {
  background: #151d2b;
  border: 1px solid #fff;
  display: flex;
  padding: 8px 20px;
  width: 235px;
  color: rgba(255, 255, 255, 0.7);
}
.form_group .selectbutton span {
  padding: 5px 15px;
  font-size: 15px;
  line-height: 19px;
}
.form_group .checkbox {
  display: inline-block;
  margin-right: 20px;
}
.form_group .checkbox label {
  margin-left: 4px;
}
.form_group .select_tag ul {
  margin: 10px 0;
  height: 110px;
  overflow-y: auto;
}
.form_group .select_tag ul li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.form_group .select_tag ul li a {
  background: #151d2b;
  padding: 7px 15px;
  display: block;
  color: #fff;
}
.form_group .select_tag ul li a em {
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.create_catalog_form .catalog_form input[type=checkbox] {
  display: none;
}
.create_catalog_form .catalog_form input[type=checkbox] + label {
  margin-left: 5px;
  background: url("../assets/images/checkbox_off.svg") no-repeat 1px 2px;
  padding-left: 25px;
  min-height: 25px;
  display: inline-block;
}
.create_catalog_form .catalog_form input[type=checkbox]:checked + label {
  background: url(../assets/images/checkbox_on.svg) no-repeat 1px 2px;
}

.action_button {
  border-top: 1px solid #707070;
  padding-top: 30px;
  text-align: right;
}
.action_button .submit {
  background: #5CB873;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 5px;
  color: #fff;
  padding: 10px 25px;
  border: none;
  cursor: pointer;
  font-size: 0.9em;
}
.action_button .submit.disable {
  background: #c1c1c1;
  cursor: not-allowed;
}
.action_button .cancel {
  background: #fff;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 5px;
  color: #000;
  padding: 10px 25px;
  border: none;
  cursor: pointer;
  font-size: 0.9em;
}

.table_desgin {
  padding-top: 10px;
  display: block !important;
}
.table_desgin h3 {
  text-align: left;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.75;
  padding: 0 0 20px;
  font-size: 22px;
  line-height: 31px;
  margin-top: 30px;
}
.table_desgin h4 {
  text-align: left;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.75;
  padding: 20px 0 10px;
  font-size: 18px;
  line-height: 31px;
}
.table_desgin .catalog_details {
  text-align: right;
}
.table_desgin .catalog_details ul {
  display: inline-block;
}
.table_desgin .catalog_details ul li {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 3px;
}
.table_desgin .catalog_details ul li:first-child {
  font-weight: 700;
  width: 100%;
}
.table_desgin .catalog_details ul li .download_btn {
  display: inline-block;
  opacity: 0.7;
  margin-left: 20px;
}
.table_desgin .catalog_details ul li .download_btn:hover {
  opacity: 1;
}
.table_desgin .catalog_details ul li .download_btn span {
  color: #5CB873;
  text-transform: uppercase;
  margin-left: 10px;
  position: relative;
  top: -4px;
  font-size: 16px;
}
.table_desgin .row_style ul {
  table-layout: fixed;
  border-collapse: collapse;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.table_desgin .row_style ul li {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: center;
  padding: 8px 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.table_desgin .row_style ul li:nth-child(1) {
  padding-left: 15px;
}
.table_desgin .row_style ul li:nth-child(1) span {
  white-space: nowrap;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: left;
}
.table_desgin .row_style ul li:nth-child(1) label {
  text-align: left;
}
.table_desgin .row_style ul li:nth-child(2) span {
  white-space: nowrap;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.table_desgin .row_style ul li label {
  display: block;
  letter-spacing: 0;
  color: #8C8C8E;
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
}
.table_desgin .row_style ul li a {
  color: #fff;
  font-size: 12px;
}
.table_desgin .row_style ul li .button-switch {
  font-size: 1em;
  height: 35px;
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
.table_desgin .row_style ul li .button-switch .switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 0;
  font-size: 1em;
  left: 0;
  line-height: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0;
}
.table_desgin .row_style ul li .button-switch .switch:before {
  content: "";
  font-size: 1em;
  position: absolute;
  border-radius: 1.25em;
  background: #253147;
  height: 1.875em;
  left: -0.25em;
  top: -0.1875em;
  transition: background-color 0.25s ease-out 0.1s;
  width: 6.5em;
}
.table_desgin .row_style ul li .button-switch .switch:after {
  content: "";
  font-size: 1em;
  position: absolute;
  box-shadow: 0 0.0625em 0.375em 0 #666;
  border-radius: 50%;
  background: #fefefe;
  height: 1.5em;
  transform: translate(0, 0);
  transition: transform 0.25s ease-out 0.1s;
  width: 1.5em;
}
.table_desgin .row_style ul li .button-switch .switch + label {
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  height: 38px;
}
.table_desgin .row_style ul li .button-switch .switch + label::after {
  content: "inactive";
  color: #fff;
  position: absolute;
  left: 30px;
  top: 2px;
  transition: opacity 0.25s ease-out 0.1s;
  font-size: 0.8em;
}
.table_desgin .row_style ul li .button-switch .switch:checked + label::after {
  content: "Active";
  color: #fff;
  position: absolute;
  left: 10px;
  top: 2px;
  transition: opacity 0.25s ease-out 0.1s;
}
.table_desgin .row_style ul li .button-switch .switch:checked:after {
  transform: translate(4.3em, 0);
}
.table_desgin .row_style ul li .button-switch .switch:checked:before {
  background: #5CB873;
}
.table_desgin .row_style ul li .button-switch .lbl-off {
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  top: 9px;
  transition: opacity 0.25s ease-out 0.1s;
  text-transform: uppercase;
  right: 25px;
}
.table_desgin .row_style ul li .button-switch .lbl-on {
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  top: 9px;
  transition: opacity 0.25s ease-out 0.1s;
  text-transform: uppercase;
  color: #fefefe;
  opacity: 1;
  margin-left: 10px;
}
.table_desgin .row_style.vm_row ul li:nth-child(1) span {
  width: 100px;
}
.table_desgin .row_style.vm_row ul li:nth-child(2) span {
  width: 100px;
}
.table_desgin .action_btn ul {
  float: right;
  margin-bottom: 20px;
}
.table_desgin .action_btn ul li {
  display: inline-block;
}
.table_desgin .action_btn ul li button {
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  box-shadow: 0 3px 6px #00000029;
}
.table_desgin .action_btn ul li button.delete {
  background: #ff0000;
}
.table_desgin .action_btn ul li button.back {
  background: #BABBBE;
  color: #1d273a;
}
.table_desgin .extend_btn {
  display: block;
  text-align: right;
  margin-bottom: 30px;
}
.table_desgin .extend_btn ul {
  display: inline-block;
}
.table_desgin .extend_btn ul li {
  display: inline-block;
}
.table_desgin .extend_btn ul li a {
  border: 1px solid #fff;
  display: block;
  border-radius: 6px;
  padding: 2px 10px 7px 10px;
  color: #fff;
  font-size: 0.9em;
}
.table_desgin .extend_btn ul li a em {
  position: relative;
  top: 3px;
  display: inline-block;
  margin: 3px 10px 3px 3px;
}

.tab_pannel_section .tab_button ul li {
  background: #141d2d;
  width: 290px;
  height: 66px;
  display: inline-block;
  margin-right: 80px;
  position: relative;
  border-radius: 30px 0 0 0;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  padding: 25px 0;
  cursor: pointer;
  opacity: 0.7;
}
.tab_pannel_section .tab_button ul li:hover {
  background: #29344a;
}
.tab_pannel_section .tab_button ul li:hover::after {
  border-bottom: 66px solid #29344a;
}
.tab_pannel_section .tab_button ul li:hover span {
  background: #5CB873;
}
.tab_pannel_section .tab_button ul li::after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 66px solid #141d2d;
  border-right: 60px solid transparent;
  position: absolute;
  right: -60px;
  top: 0;
}
.tab_pannel_section .tab_button ul li span {
  background: #29344a;
  padding: 7px 15px;
  border-radius: 8px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
}
.tab_pannel_section .tab_button ul li.active {
  background: #29344a;
  opacity: 1;
}
.tab_pannel_section .tab_button ul li.active::after {
  border-bottom: 66px solid #29344a;
}
.tab_pannel_section .tab_button ul li.active span {
  background: #5CB873;
}
.tab_pannel_section .panel_section {
  background: #29344a;
  padding: 25px;
}
.tab_pannel_section .panel_section .panel_details {
  display: none;
}
.tab_pannel_section .panel_section .panel_details.active {
  display: block;
}
.tab_pannel_section .panel_section .panel_details .heading_search {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.tab_pannel_section .panel_section .panel_details .heading_search h6 {
  float: left;
  color: #fff;
  opacity: 0.75;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.tab_pannel_section .panel_section .panel_details .heading_search .search {
  float: right;
}
.tab_pannel_section .panel_section .panel_details .heading_search .search input[type=text] {
  background: #253147;
  border: 1px solid #808080;
  border-radius: 5px;
  padding: 10px 15px;
  width: 250px;
  color: #fff;
}
.tab_pannel_section .panel_section .panel_details .card_row {
  border: 1px solid #707070;
  border-radius: 10px;
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 15px;
}
.tab_pannel_section .panel_section .panel_details .card_row ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab_pannel_section .panel_section .panel_details .card_row span {
  color: #8C8C8E;
  font-weight: 600;
  display: inline-block;
  font-size: 15px;
}
.tab_pannel_section .panel_section .panel_details .card_row:hover {
  background: #253147;
}
.tab_pannel_section .panel_section .panel_details .card_row li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 40%;
  color: #fff;
  padding: 15px;
  line-height: 22px;
}
.tab_pannel_section .panel_section .panel_details .card_row li a {
  color: #fff;
}

.table_vm {
  background: #121826;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}
.table_vm tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.table_vm tr td:first-child {
  background: #171F30;
  padding: 15px 25px;
  color: #fff;
  font-size: 0.9em;
}
.table_vm tr td:last-child {
  padding: 15px 25px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9em;
}

.vm_btn {
  float: right;
  margin-bottom: 20px;
}
.vm_btn ul li {
  display: inline-block;
  text-align: center;
  margin: 0px 20px;
}
.vm_btn ul li a {
  display: block;
}
.vm_btn ul li a span {
  display: block;
  color: #dee8fb;
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 16px;
}
.vm_btn ul li a:hover span {
  opacity: 1;
}
.vm_btn ul li a:hover em.resume {
  background: url("../assets/images/resume_on.svg") no-repeat;
  background-size: cover;
}
.vm_btn ul li a:hover em.terminate {
  background: url("../assets/images/terminate_on.svg") no-repeat;
  background-size: cover;
}
.vm_btn ul li a:hover em.reset {
  background: url("../assets/images/reset_on.svg") no-repeat;
  background-size: cover;
}
.vm_btn ul li a:hover em.extend_time {
  background: url("../assets/images/extend_time_on.svg") no-repeat;
  background-size: cover;
}
.vm_btn ul li a:hover em.pause {
  background: url("../assets/images/pause_on.svg") no-repeat;
  background-size: cover;
}
.vm_btn ul li a:hover em.show_vm {
  background: url("../assets/images/show_vm_on.svg") no-repeat;
  background-size: cover;
}
.vm_btn ul li a em {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-size: cover;
}
.vm_btn ul li a em.resume {
  background: url("../assets/images/resume.svg") no-repeat;
  background-size: cover;
}
.vm_btn ul li a em.terminate {
  background: url("../assets/images/terminate.svg") no-repeat;
  background-size: cover;
}
.vm_btn ul li a em.reset {
  background: url("../assets/images/reset.svg") no-repeat;
  background-size: cover;
}
.vm_btn ul li a em.extend_time {
  background: url("../assets/images/extend_time.svg") no-repeat;
  background-size: cover;
}
.vm_btn ul li a em.pause {
  background: url("../assets/images/pause.svg") no-repeat;
  background-size: cover;
}
.vm_btn ul li a em.show_vm {
  background: url("../assets/images/show_vm.svg") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .card_section .card_desgin {
    width: 32%;
  }
}
@media screen and (max-width: 1024px) {
  .card_section .card_desgin {
    width: 305px;
    height: 280px;
  }

  .table_desgin .row_style ul {
    justify-content: space-around;
  }
  .table_desgin .row_style ul li:nth-child(1) span {
    width: 100px;
  }
  .table_desgin .row_style ul li:nth-child(2) span {
    width: 100px;
  }

  .tab_pannel_section .tab_button ul li {
    width: 235px;
  }

  .lab_assets_overflow {
    height: 435px;
  }
}
@media screen and (max-width: 670px) {
  .main_banner {
    padding-top: 20px;
    min-height: 330px;
  }

  .card_section .card_desgin {
    width: 100%;
    height: auto;
  }
  .card_section .search_bar input {
    width: 100%;
  }
  .card_section .filter_section .add_class {
    padding: 0 0 15px;
  }
  .card_section .row_style {
    display: inline-block;
  }
  .card_section .category_name {
    width: 100%;
    margin: 10px 0;
  }
  .card_section .average_process {
    width: 100%;
    margin: 10px 0;
  }
  .card_section .students {
    width: 50%;
    float: left;
    min-height: 75px;
    text-align: left;
    padding: 0 5px;
  }
  .card_section .status {
    width: 50%;
    float: left;
    min-height: 75px;
    text-align: left;
    padding: 0 5px;
  }
  .card_section .average_score {
    width: 50%;
    float: left;
    min-height: 75px;
    text-align: left;
    padding: 0 5px;
  }
  .card_section .edit_action {
    width: 100%;
    text-align: left;
  }
}

/*# sourceMappingURL=instructor.css.map */
